Fixes for GLYPH_DEBUG.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 18 Jun 2011 19:15:06 +0000 (15:15 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 18 Jun 2011 19:15:06 +0000 (15:15 -0400)
commit3c72e2c93ffe06a941b2cbbf828a52890f133f5c
treea9db67883692b6ee2b6c336b293a38b3f5d62027
parentd5abbccd930cbd8a80404928ea7687b314f88867
Fixes for GLYPH_DEBUG.

* dispnew.c (add_window_display_history): Use BVAR.

* xdisp.c (debug_method_add): Use BVAR.
(check_window_end, dump_glyph_matrix, dump_glyph)
(dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C.

* xfaces.c (check_lface_attrs, check_lface, dump_realized_face):
Likewise.

* xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache
check till after the cache is created in init_frame_faces.
src/ChangeLog
src/dispnew.c
src/xdisp.c
src/xfaces.c
src/xfns.c